
use d280db1
go

drop table t280fypd 
go
create table t280fypd                                
   (f_fypd      char(6)  not null)                      
go

drop table t280loc  
go
create table t280loc                                 
   (f_loc_c     char(2)  not null)                      
go

drop table t280div  
go
create table t280div                                 
   (f_div_c     char(2)  not null)                      
go

drop table t280dpt  
go
create table t280dpt                                 
   (f_dpt_c     char(4)  not null)                      
go

drop table t280src  
go
create table t280src                                 
   (f_syssrc_c  char(6)  not null)
go

drop table t280stg  
go
create table t280stg                                 
   (f_stg_c     char(1)  not null)
go

drop table t280fop  
go
create table t280fop                                 
   (f_fop_c     char(6)  not null)
go

drop table t280afm  
go
create table t280afm                                 
   (f_afm_c     char(2)  not null)
go

